The task is to complete the program code for binary search using both iterative method and recursive method.
You can use the incomplete code from here.
Hint: Please put the .py file, the two .txt file at the same directory!
Homework: complete the code and prepare a talk by yourself to present your understanding about binary search in iteration and recursion.
http://openbookproject.net/thinkcs/python/english3e/list_algorithms.html
section 14.3 and 14.4
The files you need: Vocabulary file, book file
The task is to complete the program code for binary search using both iterative method and recursive method.
You can use the incomplete code from here.
Hint: Please put the .py file, the two .txt file at the same directory!
Homework: complete the code and prepare a talk by yourself to present your understanding about binary search in iteration and recursion.